home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / undocwin.zip / UNDOCWIN.TXT < prev    next >
Text File  |  1992-06-21  |  8KB  |  205 lines

  1.                   Undocumented Windows information sheet
  2.      
  3.                         Undocumented Windows(tm)
  4.                    beyond the Microsoft(r) reference
  5.              the developer's reference to undocumented and
  6.                obscure information on programming Windows
  7.     
  8.                            by Tamura Jones
  9.     
  10.     information sheet
  11.     =================
  12.     contains
  13.         1    announcing...
  14.         2    table of contents
  15.             disk contents
  16.         3    How to contribute to Undocumented Windows
  17.         4    How to order
  18.     
  19.     announcing...
  20.     =============
  21.         Cap Gemini publications is pleased to announce the publication
  22.         of "Undocumented Windows: beyond the Microsoft reference",
  23.         a book + disk package by Tamura Jones.
  24.         The book, organized like a reference for both C and Pascal
  25.         programmers, provides practical information no professional
  26.         Windows developer will want to be without.
  27.         The three major sections list undocumented messages, structures
  28.         and functions. These three sections alone contain a wealth of
  29.         useful information not available anywhere else.
  30.         The messages section includes information on the Windows 3.0
  31.         and 3.1 drag & drop protocol. The structures section includes
  32.         structures for the Windows Write, Windows Calendar and Program
  33.         Manager group file formats. The functions section includes global
  34.         selectors & selector functions, Priority Queue functions, spooler
  35.         functions, Windows Network interface functions, descriptions for
  36.         functions not listed in the Turbo Pascal for Windows reference,
  37.         Lempel-Ziv decoding functions and more.
  38.         The major reference sections are complemented by useful tables
  39.         and short articles, 'notes', about such items as known bugs,
  40.         how to detect Windows from DOS, how to restart Windows like
  41.         Setup does, etcetera.
  42.     This publication is in print now, you can order your copy today. 
  43.         The author is preparing a second edition and welcomes your
  44.         contributions.
  45.     
  46.         TABLE OF CONTENTS
  47.     =================
  48.         1    messages
  49.         2    data structures
  50.         3    exported constants and functions
  51.         4    Program Manager DDE protocol
  52.         5    WinMem32 library
  53.         6    short notes
  54.             known bugs
  55.             Windows DOS Extender
  56.             Detecting Windows from DOS
  57.             RestartWindows
  58.             Class Names
  59.             Resource type IDs
  60.             Yielding
  61.             global selectors
  62.             escape DownloadFace
  63.         7    module exports overview
  64.         8    virtual key codes
  65.         9    menu IDs
  66.         10    sources
  67.         11    recommendations
  68.         12    how to contribute to Undocumented Windows
  69.     
  70.     disk contents
  71.     =============
  72.     ready to use C header files and Turbo Pascal Units:
  73.     ---------------------------------------------------
  74.     UWinType    Undocumented Windows Types
  75.     UWinFunc    Undocumented Windows Functions
  76.     UWinCls         Undocumented Windows Classes (Windows, not O-O)
  77.     UWinRT          Undocumented Windows Resource Types
  78.     UWinSels    Undocumented Windows global Selectors (& constants)
  79.     UWinVK          Undocumented Windows Virtual Key codes
  80.     COMM            COMM driver definitions
  81.     MOUSE           MOUSE driver definitions
  82.     KEYBOARD    KEYBOARD driver definitions
  83.     *        menu IDs for standard WinApps
  84.     Restart        source code for restarting/rebooting Windows
  85.     utilities
  86.     ---------
  87.     DUMPPFM         DumpPfm - dump .PFM files
  88.     DUMPPROG    DumpProg - dump .EXE files
  89.     
  90.          How to contribute to Undocumented Windows
  91.     =========================================
  92.  
  93.     what media to use
  94.     -----------------
  95.     Do not phone. Do not fax. Do not email unless necessary.
  96.     Mail a regular MS-DOS formatted disk.
  97.     Please use a white double-density or a black high-density
  98.     3,5 inch disk, any brand.
  99.         Although the author can be reached electronically, always
  100.         send a disk; because of the high volume of email, the author
  101.         may fail to recognize the importance of your email message.
  102.     
  103.     where to send it to
  104.     -------------------
  105.         CAP GEMINI Publishing
  106.         c/o Undocumented Windows
  107.         P.O.Box 3027
  108.         2280 GA  RIJSWIJK
  109.         THE NETHERLANDS (HOLLAND)
  110.     
  111.     what to write on the disk label
  112.     -------------------------------
  113.     From top to bottom (the 3,5" disk shutter is at the bottom):
  114.     0. One line of keywords identifying your subject.
  115.            Message, file, and function names are helpful, words like
  116.            "undocumented" and "Windows" and "information" are not.
  117.     1. Your name, address, city, state and country
  118.        as they should appear on an envelope.
  119.     2. Some white space or a line.
  120.         3. Your international phone, fax, and telex numbers, followed by
  121.            your email addresses. Please use the following prefixes and
  122.            separate lines if space allows (common 3,5" labels are fairly
  123.            large). Do not use "tel:" for either telephone or telex.
  124.             pho:, fax:, tlx: UseNet:, BITNET:, FidoNet:,
  125.             BIX:, CIS:, GEnie:, ZiffNet:.
  126.     Please type or print in plain 10-points Courier,
  127.     single line spacing, flush left.
  128.     Before mailing the disk:
  129.     4. Include the same text in a file ADDRESS.TXT on the disk.
  130.     5. Write down our address above and keep us informed about
  131.        any change of address.
  132.     
  133.     source code
  134.     -----------
  135.         Do not hesitate to include example sources. Try to keep sources
  136.         short, sweet and to the point. Make sure the sources are complete,
  137.         compile under a default setup, compile flawlessly with all errors
  138.         and warnings enabled (author's default!) and use a minimum of
  139.         compiler directives.
  140.     
  141.     we cannot confirm receipt
  142.     -------------------------
  143.         It is impossible for either author or publisher to confirm
  144.         receipt of any or every contribution. We can only provide these
  145.         suggestions to help make sure we receive your contribution disk;
  146.         write your return address on your envelope, use a padded or
  147.         reinforced envelope instead of a disk mailer, use sufficient
  148.         postage and send by registered mail.
  149.     
  150.     All contributions become property of the author, who may use or
  151.     distribute any of the information you supply in any way the author
  152.         deems appropriate, without incurring any obligation whatever.
  153.          How to order
  154.     ============
  155.     
  156.         Please order this publication through your local computer
  157.         bookstore. Simply present this information sheet. Your
  158.         bookstore knows how make arrangements with one of the
  159.         distributors listed below.
  160.     
  161.     full details:
  162.         title             Undocumented Windows:
  163.                           beyond the Microsoft reference
  164.     subtitle          the developer's reference to undocumented and
  165.                       obscure information on programming Windows
  166.     author            Tamura Jones
  167.     ISBN              90 71996 57 3
  168.     publisher         CAP GEMINI PUBLISHING
  169.     number of pages   425
  170.     price             $ 39.95
  171.         WARNING           publication is a book plus diskette,
  172.                           do not demagnetize
  173.     
  174.     U.S.A. or CANADA
  175.         Tattered Cover Book Store
  176.         2955 East First Avenue
  177.         Denver, CO 80206
  178.         U.S.A.
  179.         pho: (800) 833-9327
  180.         fax: (303) 399-2279
  181.     
  182.     BELGIUM
  183.         MAKLU Uitgevers
  184.         Somerstraat 13-15
  185.         B-2018 Antwerpen
  186.         BELGIUM
  187.         pho: +32 32 312900
  188.     
  189.     EUROPE, REST OF WORLD
  190.         Cap Gemini Publishing BV
  191.         P.O.Box 3027
  192.         NL-2280 GA  RIJSWIJK
  193.         THE NETHERLANDS (HOLLAND)
  194.         pho: +31 (70) 3957235
  195.         fax:  +31 (70) 3191186
  196.     
  197.     
  198.     TRADEMARKS
  199.     "Windows" is a trademark and "Microsoft" is a registered trademarks
  200.     of Microsoft Inc. "UndocWin", "UWin" and the open window logo are
  201.     trademarks of the author. All other brand names, product names,
  202.     trademarks or registered trademarks mentioned are property of
  203.     their respective owners.
  204.  
  205.